(set: $health to 100)
(set: $fear to 0)
You’re driving at night when your GPS glitches.
"NO SIGNAL… EXCEPT ONE."
A ping comes from the woods.
[[Follow the signal]]
[[Keep driving]]You keep driving. The signal disappears.
But your car slows… then shuts off completely.
Your phone lights up again:
"YOU CAN’T LEAVE."
(set: $fear to $fear + 10)
[[Get out of the car]]
[[Stay inside]]You step out of the car.
The air is completely silent.
Then… crunching leaves behind you.
(set: $fear to $fear + 15)
You turn, but nothing is there.
Your phone lights up again—the signal is closer now.
[[Run into woods]]
[[Follow the signal]]You stay in the car.
Tapping on the window.
(set: $fear to $fear + 20)
(if: $fear >= 30)[
You panic and run.
[[Run into woods]]
(if: $fear < 30)[
You try to stay calm... but it gets louder.
[[Run into woods]]
You enter the woods.
You find a cabin and a strange glowing light.
[[Go to cabin]]
[[Approach light]]Your car suddenly shuts off.
(set: $fear to $fear + 10)
Your phone lights up:
"YOU CAN’T LEAVE."
[[Get out]]
[[Stay inside]]You step out of the car.
The air is completely silent.
Then… crunching leaves behind you.
(set: $fear to $fear + 15)
You turn, but nothing is there.
Your phone lights up again—the signal is closer now.
[[Run into woods]]
[[Follow the signal]]Health: $health
Fear: $fear
(if: $health <= 0)[
[[Bad Ending]]
(if: $fear >= 100)[
[[Bad Ending]]
You see a road ahead.
[[Follow road]]
[[Go deeper]]Inside the cabin, you find supplies.
(set: $health to $health + 20)
A journal says:
"Don’t follow the light."
[[Leave cabin]]
[[Use radio]]You walk toward the light.
(set: $fear to $fear + 25)
(if: $fear >= 50)[
You feel something behind you.
[[Bad Ending]]
(if: $fear < 50)[
You hesitate.
[[Run into woods]]You leave the cabin.
The forest feels… different now.
(set: $fear to $fear + 10)
In the distance, you see the same strange light again.
[[Approach light]]
[[Run into woods]]A voice whispers:
"Don’t trust it."
(set: $fear to $fear + 15)
[[Run into woods]]You didn’t make it out.
Something finds you.
THE END.
[[Restart -> Start]]You follow the road out.
(if: $health >= 100)[
[[Good Ending]]
(if: $health < 100)[
You’re too weak...
[[Bad Ending]]The signal grows stronger.
[[Answer signal]]You escape the woods safely.
But your phone buzzes again...
THE END.
[[Restart -> Start]]You answer the signal.
You see yourself on the screen.
You ARE the signal.
THE END.
[[Restart -> Start]](set: $health to 100)
(set: $fear to 0)
You’re driving at night when your GPS glitches.
"NO SIGNAL… EXCEPT ONE."
A ping comes from the woods.
[[Follow the signal]]
[[Keep driving]]